Global Index
HTML5 JS API Index > Browser Tutorials & Specs

NavigatorPlugins

Implemented by Navigator

This type groups properties and / or operations together for documentation purposes and does not have an explicit JavaScript representation.

Properties
boolean
javaEnabled
The navigator.javaEnabled attribute must return true if the user agent supports a plugin that supports the MIME type "application/x-java-vm"; otherwise it must return false.
MimeTypeArray
mimeTypes
The navigator.mimeTypes attribute must return a MimeTypeArray object. The same object must be returned each time.
PluginArray
plugins
The navigator.plugins attribute must return a PluginArray object. The same object must be returned each time.